C1.Web.Mvc Namespace / MultiAutoComplete<T> Class / MaxSelectedItems Property

In This Topic
MaxSelectedItems Property
In This Topic
Gets or sets the maximum number of items that can be selected.
Syntax
'Declaration
 
Public Property MaxSelectedItems As Nullable(Of Integer)
 
Remarks
Setting this property to null (the default value) allows users to pick any number of items.
See Also